home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000075_sonicechoesWit…pam@hotmail.com_Thu May 16 15:07:20 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  37 lines

  1. Article: 13369 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.cs.columbia.edu!peerfeed.news.psi.net!unlisys!news.snafu.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.cidera.com!Cidera!peer1-sjc1.usenetserver.com!usenetserver.com!sn-xit-04!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
  3. From: dgk <sonicechoes@hot-nospamp-mail.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Ask with timeout? Input? help!
  6. Date: Thu, 16 May 2002 09:59:28 -0400
  7. Organization: Posted via Supernews, http://www.supernews.com
  8. Message-ID: <cce7eu8eesu89jdlaoalmb6flbag71h9dg@4ax.com>
  9. Reply-To: sonicechoesWithNoSpam@hotmail.com
  10. X-Newsreader: Forte Agent 1.91/32.564
  11. MIME-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. X-Complaints-To: newsabuse@supernews.com
  15. Lines: 19
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13369
  17.  
  18. I'm trying to write a script to answer a modem and send and receive
  19. files. Pretty simple stuff. It will be running on a PC using Kermit95.
  20. I'm pretty much just using the existing hostmode.ksc and hostmdm.ksc
  21. and simplifying them a bit to get rid of the menus and just answer the
  22. phone and connect. Then I want to ask for a username and password,
  23. select a directory based on that, and send and receive files. I want
  24. to be the host.
  25.  
  26. I am confused over a lot of stuff, but particularly ASK and INPUT. The
  27. documentation says that ASK reads input from the keyboard and INPUT
  28. appears to be used for remote sessions, so I guess I need to use
  29. input. But that is looking for specific input, not just reading into a
  30. variable. I guess I can examine the \vbuffer or whatever it is to see
  31. what actually came in, but I think I'm missing something here.
  32.  
  33. Is there a timeout that works with ASK? Does ASK work with a serial
  34. connection?
  35.  
  36. Any pointers greatly appreciated.
  37.